fixed layout: Actually set child transforms
authorMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jan 2020 15:34:04 +0000 (10:34 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jan 2020 15:40:44 +0000 (10:40 -0500)
commit173952cbc8dd7eec08bca97a1d322473aafb027f
treec63151dbee22767962df4286e1fca09cb40fba98
parentea810f176be50471a8f5b5a798aa551ef96bc717
fixed layout: Actually set child transforms

The code was unintentionally appending to the
existing child transform, leading to ever-moving
children when you call gtk_fixed_put.
gtk/gtkfixedlayout.c